Account adding and deleting fixed
[RRRRHHHH_Code] / ruralHouses client / src / common / AccountInterface.java
index 9d489d4..67e02d4 100644 (file)
@@ -4,7 +4,6 @@ import java.rmi.Remote;
 import java.rmi.RemoteException;
 
 import domain.Account;
-import domain.Owner;
 
 public interface AccountInterface extends Remote{